FcmConfig

@Serializable
data class FcmConfig(val isRegistrationEnabled: Boolean)

Create an instance of Firebase Messaging Config.

Parameters

isRegistrationEnabled

true if you want the MoEngage SDK to register for Push else false.

Constructors

Link copied to clipboard
constructor(isRegistrationEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true the SDK will try to register for the FCM push token.